Einhugur Word Plugin for Xojo

Document.TableStyles Method

Returns array of all predefined TableStyles in the document.

TableStyles(
   ensureBaseStyleExists as Boolean) as EinhugurWord.TableStyle()

Parameters

ensureBaseStyleExists
Since base TableStyle in the document usually does not exist until after some tables have been created then you can pass true here to ensure it exists, if your looking for the Base style to inherit from.

Returns

EinhugurWord.TableStyle()

Remarks

See Also

Document Class